Welcome![Sign In][Sign Up]
Location:
Search - Synchronization event

Search list

[Process-Thread3ThreadDoc

Description: 多线程----介绍3种多线程同步方式(Critical Section,Mutex,Event)例子-introduced three kinds of multithreaded synchronization mode (Critical Section, Mutex, Event) example
Platform: | Size: 3042 | Author: popandsmtp | Hits:

[Other resourcevc_jiqiaoshili_part4

Description: Visual.C++程序设计技巧与实例--配套光盘 第4章 进程和线程 本章共有8个实例: 1. Process创建和终止进程 2. WorkerThread创建工作者线程 3. UIThread用户界面线程示例 4. Event使用事件对象来实现线程的同步 5. Thread使用临界区对象来实现线程的同步 6. Mutex使用互斥量对象来实现不同进程间的线程同步 7. Semaphore使用信号量对象实现线程的同步 8. MutiThread多线程任务调度与处理-Visual.C program design techniques and examples -- matching CD Chapter 4 of this chapter thread and process a total of eight examples : 1. Process creation and termination process 2. WorkerThread threads created three workers. U IThread user interface thread Example 4. Event object to the use of the incident to Thread Synchronization 5. Th read using critical areas to achieve the target thread synchronization 6. Mutex mutex used to achieve volume targets different process The thread synchronization 7. Semaphore use semaphore object to Thread Synchronization 8. MutiThr perf multithreaded task scheduling and processing
Platform: | Size: 311490 | Author: xixi | Hits:

[Process-ThreadEventExplorer

Description: 学习Event线程同步的朋友进来吧-thread synchronization friends come in.
Platform: | Size: 38421 | Author: 施文彪 | Hits:

[Process-Thread多线程实例

Description: 展示VC中多线程的编程方法,如线程创建、事件触发、结束线程、线程同步等多种技术-display VC multithreaded programming methods, such as thread creation, event trigger, the end of threads, thread synchronization techniques
Platform: | Size: 67394 | Author: 周孝良 | Hits:

[Windows DevelopMyProxy

Description: 实现了一个功能简单的HTTP代理服务器,包括初始化临界段和删除临界段,使用临界段完成多个线程对临界资源的互斥访问,创建工作线程,退出工作线程,定义和设定事件,利用事件完成多个线程的同步与协作等。-A simple HTTP proxy server, including the initial segment and the delete segment, use the segment accomplish mutual exclusive access of the multithread segment resources, create the threads of process, exit the process, definition and setting event, and accomplish the synchronization and collaboration of multithread using events.
Platform: | Size: 62227 | Author: yf | Hits:

[Process-Threadqueuetest

Description: 使用信号灯(semaphore),事件(Event),临界区(CriticalSection)进行线程同步的例子- Uses the signal light (semaphore), the event (Event), the critical zone (CriticalSection) carries on line regulation synchronization the example
Platform: | Size: 17408 | Author: 站长 | Hits:

[Process-ThreadEventExplorer

Description: 学习Event线程同步的朋友进来吧-thread synchronization friends come in.
Platform: | Size: 37888 | Author: 石心 | Hits:

[Process-Thread多线程实例

Description: 展示VC中多线程的编程方法,如线程创建、事件触发、结束线程、线程同步等多种技术-display VC multithreaded programming methods, such as thread creation, event trigger, the end of threads, thread synchronization techniques
Platform: | Size: 90112 | Author: 周孝良 | Hits:

[Windows DevelopMyProxy

Description: 实现了一个功能简单的HTTP代理服务器,包括初始化临界段和删除临界段,使用临界段完成多个线程对临界资源的互斥访问,创建工作线程,退出工作线程,定义和设定事件,利用事件完成多个线程的同步与协作等。-A simple HTTP proxy server, including the initial segment and the delete segment, use the segment accomplish mutual exclusive access of the multithread segment resources, create the threads of process, exit the process, definition and setting event, and accomplish the synchronization and collaboration of multithread using events.
Platform: | Size: 453632 | Author: yf | Hits:

[Process-Thread3ThreadDoc

Description: 多线程----介绍3种多线程同步方式(Critical Section,Mutex,Event)例子-introduced three kinds of multithreaded synchronization mode (Critical Section, Mutex, Event) example
Platform: | Size: 3072 | Author: popandsmtp | Hits:

[OS programEventCore0.004

Description: 什么是EventCore库 EventCore是一个用于提供线程同步,事件驱动,进程间数据传递,高精度计时器等功能的开源库。EventCore的最新源代码,可以在 http://event.googlecode.com 得到。EventCore库使用方便简单,内建线程管理,是开发多线程程序非常实用的一个库。 为什么要开发EventCore库 开发EventCore的目的是为了解决多线程程序通信,数据传递,函数调用,防死锁,线程同步,高精度计时器等问题。笔者在开发多线程程序时常常被线程同步和死锁给困捞,于是把平时项目中用于多线程同步(基于事件驱动)的代码整理出来写成EventCore库。 -What is EventCore library is a EventCore used to provide thread synchronization, event-driven, inter-process data transfer, high-precision timer features such as open-source database. EventCore the latest source code, can be http://event.googlecode.com. Treasury EventCore easy to use simple, built-thread management, is to develop multi-threaded program very useful as a library. Why should we develop EventCore Treasury EventCore development is designed to solve the multi-threaded process communications, data transmission, function call, anti-deadlock, thread synchronization, high-precision timer and so on. The author in the development of multi-threaded program is often used for thread synchronization and deadlock storm fishing, so the usual items for use in multi-thread synchronization (based on event-driven) finishing out of the code written in EventCore library.
Platform: | Size: 105472 | Author: china yaosan | Hits:

[source in ebookprogram

Description: 用于脑电分析的各类源码,包括功率谱密度检测,事件相关同步/去同步分析,脑地形图绘制等-EEG analysis for various types of source, including the power spectral density detection, event-related synchronization/desynchronization analysis, brain mapping, such as terrain
Platform: | Size: 8192 | Author: 龙一番 | Hits:

[Windows Developevent

Description: VC6项目,演示两个线程间如何利用windows的event进行同步,简短精悍。-A vc6 project showing how to realize Synchronization between threads by means of using MFC events.
Platform: | Size: 6144 | Author: 张三 | Hits:

[Windows DevelopEvent

Description: 使用事件对象进行线程同步:先创建线程,然后向内存中复制数据,被创建的线程等待置位事件,在读内存-Use the event object for thread synchronization: first create a thread, and then copy the data to the memory, was created by a thread to wait for the set events, reading the memory
Platform: | Size: 1024 | Author: d | Hits:

[Windows DevelopEvent

Description: 内核对象Event同步的使用。跨进程状态通知,简单测试-Event synchronization with kernel objects. Cross-process status notification, simple test
Platform: | Size: 6144 | Author: 温小雨 | Hits:

[Process-ThreadEvent

Description: 模拟2个火车售票点售票,并用事件对象进行同步-Analog two train ticket ticketing and event object synchronization
Platform: | Size: 1197056 | Author: biadu | Hits:

[Process-Threadaevent_v1.1.0

Description: Implements a synchronization event manager, the different threads of events sent to a thread to handle.
Platform: | Size: 5120 | Author: zhulong | Hits:

[OS programEvent

Description: 同步 线程的事件,原理简单,代码清晰简洁易懂,-Thread synchronization event, the principle is simple, the code is clear and concise and easy to understand, thank you
Platform: | Size: 2228224 | Author: 詹饿 | Hits:

[Industry researchPQS-882(20111013)

Description: PQS-882 系列电能质量在线监测装置在时钟同步、事件标记功能,以及各电能质量指标参数测 量方法的标准化和指标参数的测量精度等各个方面均达到了 IEC61000-4-30 A级标准。 -PQS- 882 series power quality on-line monitoring device in the clock synchronization, event marking function, and the power quality parameters Quantity method of standardization and the index parameter measuring precision and so on various aspects have reached the IEC61000-4-30 grade A standard.
Platform: | Size: 1406976 | Author: jz | Hits:

[Process-ThreadThread-Synchronization

Description: VC++6.0中实现线程同步,分别采用互斥对象、临界区对象、事件对象以及信号量对象来实现对线程的同步操作,代码经过项目的检验。-VC++ 6.0 to implement thread synchronization, respectively mutex object, the critical section object, event objects, and semaphores objects to implement thread synchronization, the code tested items.
Platform: | Size: 2495488 | Author: | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net